home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 / DynRisk-Help / DynRisk-Help.rsrc / TEXT_6302.txt < prev    next >
Text File  |  1996-08-30  |  3KB  |  103 lines

  1. For Operator 2 you have the following options (assuming that the algorithm is chosen to be ‚ÄúDouble‚Äù):
  2.  
  3.     ‚Ä¢ Sum
  4.     ‚Ä¢ Product
  5.     ‚Ä¢ Maximum
  6.     ‚Ä¢ Minimum
  7.     ‚Ä¢ Minus
  8.     ‚Ä¢ Divide
  9.     ‚Ä¢ Greater than
  10.     ‚Ä¢ Not less than
  11.     ‚Ä¢ Less than
  12.     ‚Ä¢ Not grt. than
  13.     ‚Ä¢ Equal to
  14.     ‚Ä¢ Not equal to
  15.  
  16. In the following we denote by G the combined value of the global input values, i.e., the result of Operator 1. Moreover, L denotes the local factor of the node, and R denotes a random number generated from the distribution of the node. If the node does not include stochastic values, the R factor is of course skipped.
  17.  
  18. Sum
  19.  
  20. If ‚ÄúOperator 2‚Äù is ‚ÄúSum‚Äù, then the output value of the node is calculated by using the following rule:
  21.  
  22.     Output value = G + (L ¬∑ R)
  23.  
  24. Product
  25.  
  26. If ‚ÄúOperator 2‚Äù is ‚ÄúProduct‚Äù, then the output value of the node is calculated by using the following rule:
  27.  
  28.     Output value = G ¬∑ (L ¬∑ R)
  29.  
  30. Maximum
  31.  
  32. If ‚ÄúOperator 2‚Äù is ‚ÄúMaximum‚Äù, then the output value of the node is calculated by using the following rule:
  33.  
  34.     Output value = Max(G, (L ¬∑ R))
  35.  
  36. Minimum
  37.  
  38. If ‚ÄúOperator 2‚Äù is ‚ÄúMinimum‚Äù, then the output value of the node is calculated by using the following rule:
  39.  
  40.     Output value = Min(G, (L ¬∑ R))
  41.  
  42. Minus
  43.  
  44. If ‚ÄúOperator 2‚Äù is ‚ÄúMinus‚Äù, then the output value of the node is calculated by using the following rule:
  45.  
  46.     Output value = G - (L ¬∑ R)
  47.  
  48. Divide
  49.  
  50. If ‚ÄúOperator 2‚Äù is ‚ÄúDivide‚Äù, then the output value of the node is calculated by using the following rule:
  51.  
  52.     Output value = G / (L ¬∑ R)
  53.  
  54. Note that if L ¬∑ R = 0, the output value is simply defined to be zero.
  55.  
  56. Greater than
  57.  
  58. If ‚ÄúOperator 2‚Äù is ‚ÄúGreater than‚Äù, then the output value of the node is calculated by using the following rule:
  59.  
  60.     Output value = 1 if G > (L ¬∑ R)
  61.  
  62. and zero otherwise.
  63.  
  64. Not less than
  65.  
  66. If ‚ÄúOperator 2‚Äù is ‚ÄúNot less than‚Äù, then the output value of the node is calculated by using the following rule:
  67.  
  68.     Output value = 1 if G ‚â• (L ¬∑ R)
  69.  
  70. and zero otherwise.
  71.  
  72. Less than
  73.  
  74. If ‚ÄúOperator 2‚Äù is ‚ÄúLess than‚Äù, then the output value of the node is calculated by using the following rule:
  75.  
  76.     Output value = 1 if G < (L ¬∑ R)
  77.  
  78. and zero otherwise.
  79.  
  80. Not grt. than
  81.  
  82. If ‚ÄúOperator 2‚Äù is ‚ÄúNot grt. than‚Äù, then the output value of the node is calculated by using the following rule:
  83.  
  84.     Output value = 1 if G ‚⧠(L ¬∑ R)
  85.  
  86. and zero otherwise.
  87.  
  88. Equal to
  89.  
  90. If ‚ÄúOperator 2‚Äù is ‚ÄúEqual to‚Äù, then the output value of the node is calculated by using the following rule:
  91.  
  92.     Output value = 1 if G = (L ¬∑ R)
  93.  
  94. and zero otherwise.
  95.  
  96.  
  97. Not equal to
  98.  
  99. If ‚ÄúOperator 2‚Äù is ‚ÄúNot equal to‚Äù, then the output value of the node is calculated by using the following rule:
  100.  
  101.     Output value = 1 if G ‚↠(L ¬∑ R)
  102.  
  103. and zero otherwise.